home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- tell the stage
- close(window "FloatDBMenu")
- forget(window "FloatDBMenu")
- if objectp(window "Lexshow") then
- close(window "lexshow")
- forget(window "lexshow")
- end if
- if objectp(window "Txtshow") then
- close(window "Txtshow")
- forget(window "Txtshow")
- end if
- if objectp(window "Imgshow") then
- close(window "Imgshow")
- forget(window "Imgshow")
- end if
- if the windowList <> [] then
- repeat with i = 1 to count(the windowList)
- close(window i)
- forget(window i)
- end repeat
- end if
- go(1, "@\\mainIntro")
- end tell
- end
-